[INFO] cloning repository https://github.com/Cibucya/gallow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Cibucya/gallow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCibucya%2Fgallow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCibucya%2Fgallow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4e1d8c7db6227768519db5ce7022f9c28868b446
[INFO] fixing Cibucya/gallow against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCibucya%2Fgallow" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Cibucya/gallow
[INFO] finished tweaking git repo https://github.com/Cibucya/gallow
[INFO] tweaked toml for git repo https://github.com/Cibucya/gallow written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Cibucya/gallow on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Cibucya/gallow already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2fdfcfbf81ed71b31cb428a5108a9a080114d43b4db913b17e1eb5742752eb19
[INFO] running `Command { std: "docker" "start" "2fdfcfbf81ed71b31cb428a5108a9a080114d43b4db913b17e1eb5742752eb19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2fdfcfbf81ed71b31cb428a5108a9a080114d43b4db913b17e1eb5742752eb19" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2fdfcfbf81ed71b31cb428a5108a9a080114d43b4db913b17e1eb5742752eb19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2fdfcfbf81ed71b31cb428a5108a9a080114d43b4db913b17e1eb5742752eb19" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking gallows v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found `game`
[INFO] [stdout]   --> src/main.rs:12:71
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let words = words_str.split('\n').map(|w| w.to_string()).collect() 
[INFO] [stdout]    |                                                                       ^ help: add `;` here
[INFO] [stdout] 13 |
[INFO] [stdout] 14 |     game::game_loop(&words);
[INFO] [stdout]    |     ---- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found keyword `true`
[INFO] [stdout]   --> src/game.rs:44:55
[INFO] [stdout]    |
[INFO] [stdout] 44 |     stats.is_win = errors_made < MAX_ERRORS_ALLOWED { true } else { false };
[INFO] [stdout]    |                                  ------------------   ^^^^ expected identifier, found keyword
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  while parsing this struct
[INFO] [stdout]    |
[INFO] [stdout] help: escape `true` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 44 |     stats.is_win = errors_made < MAX_ERRORS_ALLOWED { r#true } else { false };
[INFO] [stdout]    |                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `game`
[INFO] [stdout]   --> src/main.rs:12:71
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let words = words_str.split('\n').map(|w| w.to_string()).collect() 
[INFO] [stdout]    |                                                                       ^ help: add `;` here
[INFO] [stdout] 13 |
[INFO] [stdout] 14 |     game::game_loop(&words);
[INFO] [stdout]    |     ---- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found keyword `else`
[INFO] [stdout]   --> src/game.rs:44:62
[INFO] [stdout]    |
[INFO] [stdout] 44 |     stats.is_win = errors_made < MAX_ERRORS_ALLOWED { true } else { false };
[INFO] [stdout]    |                                                              ^^^^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found keyword `true`
[INFO] [stdout]   --> src/game.rs:44:55
[INFO] [stdout]    |
[INFO] [stdout] 44 |     stats.is_win = errors_made < MAX_ERRORS_ALLOWED { true } else { false };
[INFO] [stdout]    |                                  ------------------   ^^^^ expected identifier, found keyword
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  while parsing this struct
[INFO] [stdout]    |
[INFO] [stdout] help: escape `true` to use it as an identifier
[INFO] [stdout]    |
[INFO] [stdout] 44 |     stats.is_win = errors_made < MAX_ERRORS_ALLOWED { r#true } else { false };
[INFO] [stdout]    |                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found keyword `else`
[INFO] [stdout]   --> src/game.rs:44:62
[INFO] [stdout]    |
[INFO] [stdout] 44 |     stats.is_win = errors_made < MAX_ERRORS_ALLOWED { true } else { false };
[INFO] [stdout]    |                                                              ^^^^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `string` in this scope
[INFO] [stdout]  --> src/config.rs:2:28
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub static WORDS_FILENAME: string = "words.bin";
[INFO] [stdout]   |                            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/string.rs:353:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named struct `String` defined here
[INFO] [stdout] help: a struct with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 2 - pub static WORDS_FILENAME: string = "words.bin";
[INFO] [stdout] 2 + pub static WORDS_FILENAME: String = "words.bin";
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `string` in this scope
[INFO] [stdout]  --> src/config.rs:2:28
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub static WORDS_FILENAME: string = "words.bin";
[INFO] [stdout]   |                            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/string.rs:353:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named struct `String` defined here
[INFO] [stdout] help: a struct with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 2 - pub static WORDS_FILENAME: string = "words.bin";
[INFO] [stdout] 2 + pub static WORDS_FILENAME: String = "words.bin";
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> src/game.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         print_input();
[INFO] [stdout]    |         ^^^^^^^^^^^-- two arguments of type `&String` and `usize` are missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/game.rs:47:4
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn print_input(word: &String, curr_idx: usize) {
[INFO] [stdout]    |    ^^^^^^^^^^^ -------------  ---------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 39 |         print_input(/* &String */, /* usize */);
[INFO] [stdout]    |                     ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> src/game.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         print_input();
[INFO] [stdout]    |         ^^^^^^^^^^^-- two arguments of type `&String` and `usize` are missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/game.rs:47:4
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn print_input(word: &String, curr_idx: usize) {
[INFO] [stdout]    |    ^^^^^^^^^^^ -------------  ---------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 39 |         print_input(/* &String */, /* usize */);
[INFO] [stdout]    |                     ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/game.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     stats.errors = errors_made;
[INFO] [stdout]    |     ------------   ^^^^^^^^^^^ expected `u8`, found `usize`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     expected due to the type of this binding
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/game.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     stats.errors = errors_made;
[INFO] [stdout]    |     ------------   ^^^^^^^^^^^ expected `u8`, found `usize`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     expected due to the type of this binding
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `word`
[INFO] [stdout]   --> src/game.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn print_input(word: &String, curr_idx: usize) {
[INFO] [stdout]    |                ^^^^ help: if this is intentional, prefix it with an underscore: `_word`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `word`
[INFO] [stdout]   --> src/game.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn print_input(word: &String, curr_idx: usize) {
[INFO] [stdout]    |                ^^^^ help: if this is intentional, prefix it with an underscore: `_word`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `curr_idx`
[INFO] [stdout]   --> src/game.rs:47:31
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn print_input(word: &String, curr_idx: usize) {
[INFO] [stdout]    |                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `curr_idx`
[INFO] [stdout]   --> src/game.rs:47:31
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn print_input(word: &String, curr_idx: usize) {
[INFO] [stdout]    |                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_curr_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gallows` (bin "gallows" test) due to 6 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `gallows` (bin "gallows") due to 6 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2fdfcfbf81ed71b31cb428a5108a9a080114d43b4db913b17e1eb5742752eb19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fdfcfbf81ed71b31cb428a5108a9a080114d43b4db913b17e1eb5742752eb19", kill_on_drop: false }`
[INFO] [stdout] 2fdfcfbf81ed71b31cb428a5108a9a080114d43b4db913b17e1eb5742752eb19
